In line with what we do for hovered list rows.
&:dir(rtl) { border-width: 0 1px 0 0; }
&:hover {
color: $fg_color;
- background-color: transparentize(black,0.95);
+ background-color: transparentize($fg_color,0.93);
}
&:insensitive {
color: transparentize($insensitive_fg_color,0.7);
border-width: 0 1px 0 0; }
.spinbutton .button:hover {
color: #eeeeec;
- background-color: rgba(0, 0, 0, 0.05); }
+ background-color: rgba(238, 238, 236, 0.07); }
.spinbutton .button:insensitive {
color: rgba(147, 150, 149, 0.3); }
.spinbutton .button:active {
border-width: 0 1px 0 0; }
.spinbutton .button:hover {
color: #2e3436;
- background-color: rgba(0, 0, 0, 0.05); }
+ background-color: rgba(46, 52, 54, 0.07); }
.spinbutton .button:insensitive {
color: rgba(141, 144, 145, 0.3); }
.spinbutton .button:active {